From c04fa3c160183288d510e39b2b4fc51dca8ad194 Mon Sep 17 00:00:00 2001
From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?=
Date: Thu, 12 Jun 2008 21:53:50 +0000
Subject: [PATCH] removed markup mistake that introduced horizontal scrolling
in gecko.
* docs/index-static.html.in: removed markup mistake that introduced
horizontal scrolling in gecko.
svn path=/trunk/; revision=332
---
ChangeLog | 5 +++++
docs/index-static.html.in | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 9eb7868..760d3b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-12 Ãyvind KolÃ¥s
+
+ * docs/index-static.html.in: removed markup mistake that introduced
+ horizontal scrolling in gecko.
+
2008-06-12 Ãyvind KolÃ¥s
* babl/babl-fish-path.c: (legal_error): s/BABL_TOLERANCE/
diff --git a/docs/index-static.html.in b/docs/index-static.html.in
index 2b7918b..1300664 100644
--- a/docs/index-static.html.in
+++ b/docs/index-static.html.in
@@ -214,10 +214,10 @@
of pixels, with different pixel formats.
-
int width = 123, height = 581, pixel_count = width * height;
->const Babl *srgb = babl_format ("R'G'B' u8");
+const Babl *srgb = babl_format ("R'G'B' u8");
const Babl *lab = babl_format ("CIE Lab float");
const Babl *rgb_to_lab_fish = babl_fish ( srgb, lab);
--
2.30.2